Name | Description | |
---|---|---|
![]() | MetadataNodeCollection<T> | Initializes a new instance of the MetadataNodeCollection<T> class. |
Name | Description | |
---|---|---|
![]() | MetadataNodeCollection<T> | Initializes a new instance of the MetadataNodeCollection<T> class. |
Name | Description | |
---|---|---|
![]() | CanCopy | Gets a value indicating whether the metadata node can be copied to the new metadata tree. (Inherited from MetadataNode) |
![]() | CanRemove | Gets a value indicating whether the metadata node can be removed from children collection of parent node. (Inherited from MetadataNode) |
![]() | Count | Gets the number of nodes contained in the collection. |
![]() | HasValue | Gets a value indicating whether the node has value. (Inherited from MetadataNode) |
![]() | IsChanged | Gets a value indicating whether the node is changed. (Inherited from MetadataNode) |
![]() | IsLeafNode | Gets a value indicating whether the node is leaf of metadata tree. (Inherited from MetadataNode) |
![]() | IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from MetadataNode) |
![]() | Name | Gets a name of the node. (Inherited from MetadataNode) |
![]() | Parent | Gets the parent node of the node. (Inherited from MetadataNode) |
![]() | Value | Gets or sets a value of the node. (Inherited from MetadataNode) |
Name | Description | |
---|---|---|
![]() | Children | Gets a list of children of the node. (Inherited from MetadataNode) |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified metadata node. |
![]() | CanContains<TNode> | Determines whether this metadata node can contain metadata node of type T Type of metadata node. . |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific node. |
![]() | CopyTo | Overloaded. Copies the elements of the collection to an System.Array, starting at a particular System.Array index. |
![]() ![]() | CreateReadOnly | Creates the read-only collection with specified items. |
![]() | FindChildNode | Overloaded. Finds the first child node of specified type. (Inherited from MetadataNode) |
![]() | GetEnumerator | Returns an enumerator that iterates through children of metadata node. (Inherited from MetadataNode) |
![]() | Remove | Overloaded. Removes the first occurrence of a specific node from the collection. |
![]() | RemoveChild | Removes specified node from children nodes of this metadata node. (Inherited from MetadataNode) |
Name | Description | |
---|---|---|
![]() | AddChild | Adds a child node of the node. (Inherited from MetadataNode) |
![]() | OnChanged | Marks the node and parent node of the node as changed. (Inherited from MetadataNode) |
![]() | OnChildrenInitialized | Occurs when Children property is initialized. (Inherited from MetadataNode) |
![]() | OnRemoved | Occurs when metadata node is removed from children collection of parent node. (Inherited from MetadataNode) |
![]() | OnSaving | Performs necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree. (Inherited from MetadataNode) |